Version

GridColumnWrapper<T> Constructor(String,Boolean)

constructor accepting a data key. Used when the column has multi columns. Key is not required. If not specified the grid framework will auto generate id for the multi column header isUnboundColumn is not required. If it is set then initialize UnboundColumn
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal key As System.String, _
   Optional ByVal isUnboundColumn As System.Boolean _
)
public GridColumnWrapper<T>( 
   System.string key,
   System.bool isUnboundColumn
)

Parameters

key
isUnboundColumn
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub